on *:JOIN:* {
if ($nick != $me) {
ctcp $nick VERSION
ctcpreply $nick DTE
ctcp $nick FINGER
}
}